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 version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoWheelDev committed Dec 20, 2015
1 parent 95b85e0 commit f5b0642
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.2.4 Daniel Lintott <daniel@serverb.co.uk>

* Fix error with adding slot0 on a C7200
* Make cx_Freeze option (thanks to boenrobot)
* Support border width (thanks to noplay)
* Add missing C7200-io-FE (thanks to noplay)

1.2.3 Daniel Lintott <daniel@serverb.co.uk>

* Ensure the rotation of a shape is defined as a float,
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.4.dev1'
__version__ = '1.2.4'
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.4.dev1', gns3converter.__version__)
self.assertEqual('1.2.4', gns3converter.__version__)

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

0 comments on commit f5b0642

Please sign in to comment.