Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Apr 7, 2017
1 parent ffb5a53 commit 272ae2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ image fidelity. Factor runs well on single machines or on compute clusters with
multiple nodes (with a shared file system). It requires only modest resources
(at least 32 GB of memory and 1 TB of disk space).

What's New since v1.1
---------------------
What's New in v1.2
------------------

* An unarchiving tool (`unarchivefactor`) has been added that can unarchive an
archive made with `archivefactor`
Expand Down
5 changes: 4 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Changelog
=========

Version 1.2
-----------

Changes since version 1.1:

* An unarchiving tool (``unarchivefactor``, see :ref:`unarchivefactor`) has been added that can unarchive an archive made with ``archivefactor``
Expand All @@ -13,7 +16,7 @@ Changes since version 1.1:


Version 1.1
-------------
-----------

Changes since version 1.0:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1'
release = '1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 3 additions & 1 deletion factor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"""

# Version number
__version__ = '1.1'
__version__ = '1.2'

# Change log
def changelog():
"""
FACTOR Changelog.
----------------------------------------------------------------------------
07/04/2017 - Version 1.2
28/03/2017
- An unarchiving tool (unarchivefactor) has been added that can
Expand Down

0 comments on commit 272ae2d

Please sign in to comment.