From 77449f2c4acd460857ab7c9e8a56e3ea2a0d0a10 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Wed, 5 Apr 2023 11:13:25 -0500 Subject: [PATCH] 1.2.0 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index aa48386f..87320326 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,9 +44,9 @@ author = 'GMLC-DISPATCHES Collaboration' # The full version, including alpha/beta/rc tags -release = '1.2.0rc1' +release = '1.2.0' # The short X.Y version -version = '1.2.0rc1' +version = '1.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index b4351c40..ec26578e 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ class SpecialDependencies: setup( name="dispatches", url="https://github.com/gmlc-dispatches/dispatches", - version="1.2.0rc1", + version="1.2.0", description="GMLC DISPATCHES software tools", long_description=long_description, long_description_content_type="text/plain",