Skip to content

Commit

Permalink
Metadata updates for 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed Oct 30, 2017
1 parent d50f48e commit cd4d12e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog

.. py:currentmodule:: ietfparse
`Next Release`_
---------------
`1.4.3`_ (30-Oct-2017)
----------------------
- Change parsing of qualified lists to retain the initial ordering whenever
possible. The algorithm prefers explicit highest quality (1.0) preferences
over inferred highest quality preferences. It also retains the initial
Expand Down Expand Up @@ -99,4 +99,5 @@ Changelog
.. _1.4.0: https://github.com/dave-shawley/ietfparse/compare/1.3.0...1.4.0
.. _1.4.1: https://github.com/dave-shawley/ietfparse/compare/1.4.0...1.4.1
.. _1.4.2: https://github.com/dave-shawley/ietfparse/compare/1.4.1...1.4.2
.. _Next Release: https://github.com/dave-shawley/ietfparse/compare/1.4.2...head
.. _1.4.3: https://github.com/dave-shawley/ietfparse/compare/1.4.2...1.4.3
.. _Next Release: https://github.com/dave-shawley/ietfparse/compare/1.4.3...head
2 changes: 1 addition & 1 deletion ietfparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 4, 2)
version_info = (1, 4, 3)
version = '.'.join(str(x) for x in version_info)

0 comments on commit cd4d12e

Please sign in to comment.