Changeset - e03c565743d6
[Not reviewed]
0 3 0
Branko Majic (branko) - 5 years ago 2019-09-04 15:58:28
branko@majic.rs
MAR-147: Bumping version to 4.0-dev (switching back to development).
3 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -48,15 +48,15 @@ copyright = u'2018, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '4.0.0'
 
version = '4.0-dev'
 
# The full version, including alpha/beta/rc tags.
 
release = '4.0.0'
 
release = '4.0-dev'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
 
#
 
# This is also used if you do content translation via gettext catalogs.
 
# Usually you set "language" from the command line for these cases.
docs/releasenotes.rst
Show inline comments
 
Release notes
 
=============
 

	
 

	
 
NEXT RELEASE
 
------------
 

	
 

	
 
4.0.0
 
-----
 

	
 
A couple of smaller bug-fixes, and introduction of (minor) breaking
 
change related to handling of pip requirements upgrade checks in the
 
``common`` role (see below).
docs/usage.rst
Show inline comments
 
@@ -148,13 +148,13 @@ Ansible Roles:
 

	
 
     git clone https://code.majic.rs/majic-ansible-roles ~/majic-ansible-roles
 

	
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 4.0.0 4.0.0
 
     git checkout -b 4.0-dev 4.0-dev
 

	
 

	
 
Preparing the basic site configuration
 
--------------------------------------
 

	
 
Phew... Now that was a bit tedious and boring... But at least you are now ready
0 comments (0 inline, 0 general)