bump up version numbers for 3.2.1 release
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 16 Sep 2020 13:21:59 +0000 (09:21 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 16 Sep 2020 13:21:59 +0000 (09:21 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
README
src/perl/lib/OpenSRF.pm
src/python/setup.py
version.m4

diff --git a/README b/README
index 38dc02f..981e74b 100644 (file)
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Issue the following commands as the *user* Linux account.
 +
 [source, bash]
 ------------------------------------------------------------------------------
-wget https://evergreen-ils.org/downloads/opensrf-3.2.0.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-3.2.1.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-3.2.0.tar.gz
-cd opensrf-3.2.0/
+tar -xvf opensrf-3.2.1.tar.gz
+cd opensrf-3.2.1/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -541,7 +541,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.0
+cd /path/to/opensrf-3.2.1
 cp examples/nginx/osrf-ws-http-proxy /etc/nginx/sites-available/
 ln -s /etc/nginx/sites-available/osrf-ws-http-proxy /etc/nginx/sites-enabled/osrf-ws-http-proxy
 rm /etc/nginx/sites-enabled/default
@@ -586,7 +586,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.0
+cd /path/to/opensrf-3.2.1
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index c5dd1bb..33fc1a2 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 3.2.0
+Version 3.2.1
 
 =cut
 
-our $VERSION = "3.002000";
+our $VERSION = "3.002001";
 
 =head1 METHODS
 
index 5e4a6b5..96a53de 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='3.2.0',
+    version='3.2.1',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index a4a336c..43b2d71 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.2.0]) 
+m4_define([VERSION_NUMBER],[3.2.1])