Skip to content

Commit

Permalink
changing version number to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangcandrew committed May 1, 2019
1 parent caedbef commit 464c54e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Retriever v2.3.1

### Minor changes

Update PyPi description

# v2.3.0

### Major changes
Expand Down
2 changes: 1 addition & 1 deletion retriever/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v2.3.0'
__version__ = 'v2.3.1'
2 changes: 1 addition & 1 deletion retriever_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{0467A404-8C83-42A2-8C25-0903FBD14D9C}
AppName=Data Retriever
AppVersion=2.3.0
AppVersion=2.3.1
AppPublisher=Weecology
AppPublisherURL=http://data-retriever.org
AppSupportURL=http://data-retriever.org
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if os.path.exists(app_data):
os.system("rm -r {}".format(app_data))

__version__ = 'v2.3.0'
__version__ = 'v2.3.1'
with open(os.path.join("retriever", "_version.py"), "w") as version_file:
version_file.write("__version__ = " + "'" + __version__ + "'\n")
version_file.close()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v2.3.0
v2.3.1
abalone_age.json,1.2.2
acton_lake.json,1.0.0
airports.json,1.0.3
Expand Down

0 comments on commit 464c54e

Please sign in to comment.