From b445b4585f24d2b81381c5fdd225cc62efce0749 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Tue, 6 Apr 2021 16:14:32 -0700 Subject: [PATCH] Changes release version to 5.1.3 --- README.md | 2 +- arches/__init__.py | 2 +- releases/{5.1.2.md => 5.1.3.md} | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename releases/{5.1.2.md => 5.1.3.md} (89%) diff --git a/README.md b/README.md index d7bba8b54bc..bba185cda36 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/arches/__init__.py b/arches/__init__.py index 6511aec9f3e..cdbf4bdc520 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -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) diff --git a/releases/5.1.2.md b/releases/5.1.3.md similarity index 89% rename from releases/5.1.2.md rename to releases/5.1.3.md index 2d44c60b3d6..2b482630185 100644 --- a/releases/5.1.2.md +++ b/releases/5.1.3.md @@ -1,5 +1,5 @@ -Arches 5.1.2 release notes ------------------------- +Arches 5.1.3 release notes +-------------------------- ### Enhancements and bug fixes @@ -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