Skip to content

Commit

Permalink
Release version 1.0.0.
Browse files Browse the repository at this point in the history
New files CHANGELOG.rst and MANIFEST.in.
  • Loading branch information
israel-lugo committed Jul 17, 2016
1 parent 5a6e876 commit 5b9fc9d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
CapiDup CLI Change Log
======================

All releases and notable changes will be described here.

CapiDup CLI adheres to `semantic versioning <http://semver.org>`_.


Unreleased__
------------
__ https://github.com/israel-lugo/capidup-cli/compare/v1.0.0...HEAD

1.0.0_ — 2016-07-17
-------------------

First production release.

.. _1.0.0: https://github.com/israel-lugo/capidup-cli/tree/v1.0.0
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.rst
include CHANGELOG.rst
2 changes: 1 addition & 1 deletion capidupcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import capidup.finddups as finddups


__version__ = "1.0.0.dev1"
__version__ = "1.0.0"


__all__ = [ 'main' ]
Expand Down

0 comments on commit 5b9fc9d

Please sign in to comment.