Skip to content

Commit

Permalink
bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalmaso committed Feb 12, 2021
1 parent f0a2ac9 commit 7553ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ANNOUNCE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ files, primarily source code.
Download: http://pypi.python.org/pypi/grin3
License: BSD

grin dev
grin 2.3.0 is a feature release.

* add -F/--fixed-string option (thanks Charles Cazabon)

Expand Down
2 changes: 1 addition & 1 deletion grin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_version(version=None):


# Constants
VERSION = (2, 2, 1, "final", 0)
VERSION = (2, 3, 0, "final", 0)
__version__ = get_version(VERSION)
__author__ = "Robert Kern"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit 7553ab0

Please sign in to comment.