Skip to content

Commit

Permalink
Bump version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djha-skin committed Jul 6, 2017
1 parent 5ad65d7 commit c7dc393
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to `Semantic Versioning`_.
`Unreleased`_
-------------

`1.7.0`_
--------

Added
+++++
- Added ``--option-pack``, the ability to specify multiple options
Expand All @@ -37,5 +40,6 @@ Improved
- Changed apt reop function from filtering a list to lookup in a map,
increasing its speed

.. _Unreleased: https://github.com/djhaskin987/degasolv/compare/1.6.0...HEAD
.. _Unreleased: https://github.com/djhaskin987/degasolv/compare/1.7.0...HEAD
.. _1.7.0: https://github.com/djhaskin987/degasolv/compare/1.6.0...1.7.0
.. _1.6.0: https://github.com/djhaskin987/degasolv/compare/1.5.1...1.6.0
4 changes: 2 additions & 2 deletions docs/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.6'
version = '1.7'
# The full version, including alpha/beta/rc tags.
release = '1.6.1'
release = '1.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject degasolv/degasolv "1.6.1-SNAPSHOT"
(defproject degasolv/degasolv "1.7.0"
:description "Dependency tracker with an eye toward building and shipping software."
:url "http://github.com/djhaskin987/degasolv"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit c7dc393

Please sign in to comment.