Skip to content

Commit

Permalink
Changes release version to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Apr 6, 2021
1 parent 2b1d26e commit b445b45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Issue reports are encouraged! [Please read this article](http://polite.technolog
* [Report a Bug](https://github.com/archesproject/arches/issues/new?template=bug.md)
* [File a Feature Ticket](https://github.com/archesproject/arches/issues/new?template=feature.md)

[Version 5.1.2 release notes](https://github.com/archesproject/arches/blob/stable/5.1.x/releases/5.1.2.md)
[Version 5.1.3 release notes](https://github.com/archesproject/arches/blob/stable/5.1.x/releases/5.1.3.md)

#### Quick Install

Expand Down
2 changes: 1 addition & 1 deletion arches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except ModuleNotFoundError as e:
print(e)

VERSION = (5, 1, 2, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (5, 1, 3, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"

__version__ = get_version(VERSION)

Expand Down
6 changes: 3 additions & 3 deletions releases/5.1.2.md → releases/5.1.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Arches 5.1.2 release notes
------------------------
Arches 5.1.3 release notes
--------------------------


### Enhancements and bug fixes
Expand All @@ -20,7 +20,7 @@ Arches 5.1.2 release notes

1. You must be upgraded to at least version 5.1.1 before proceeding.

2. Upgrade to Arches 5.1.2
2. Upgrade Arches

pip install --upgrade arches

Expand Down

0 comments on commit b445b45

Please sign in to comment.