Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Update changelog and release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoWheelDev committed Feb 17, 2015
1 parent 9825227 commit ac33d4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.2 Daniel Lintott <[email protected]>

* Ensure the rotation of a shape is defined as a float,
rather than string (Fixes #23)

1.2.2 Daniel Lintott <[email protected]>

* Correct the path used for multi-host VPCS configs
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.2'
release = '1.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gns3converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.2.2'
__version__ = '1.2.3'
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TestVersion(unittest.TestCase):
def test_version(self):
self.assertEqual('1.2.2', gns3converter.__version__)
self.assertEqual('1.2.3', gns3converter.__version__)

if __name__ == '__main__':
unittest.main()

0 comments on commit ac33d4a

Please sign in to comment.