Changeset - 4f89ddb51196
[Not reviewed]
4.0.0
0 3 0
Branko Majic (branko) - 5 years ago 2019-09-04 15:56:20
branko@majic.rs
MAR-147: Preparing for release 4.0.0.
3 files changed with 9 insertions and 5 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -51,9 +51,9 @@ copyright = u'2018, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '3.1-dev'
 
version = '4.0.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '3.1-dev'
 
release = '4.0.0'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
docs/releasenotes.rst
Show inline comments
 
@@ -2,8 +2,12 @@ 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).
 

	
 
Breaking changes:
 

	
docs/usage.rst
Show inline comments
 
@@ -151,7 +151,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

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

	
 

	
 
Preparing the basic site configuration
0 comments (0 inline, 0 general)