Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed Jul 25, 2019
1 parent dd51870 commit 2f73549
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ Changelog
---------

.. towncrier release notes start
Simplecalc 0.1.0 (2019-07-25)
=============================

Features
--------

- Initial release. (#2)
1 change: 0 additions & 1 deletion newsfragments/2.feature

This file was deleted.

4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ include = [
[tool.poetry.dependencies]
python = "^3.6"
click = "^7.0"
toml = "^0.10.0"

sphinx = { version = "^2.1", optional = true }
sphinx_rtd_theme = { version = "^0.4.3", optional = true }
toml = { version = "^0.10.0", optional = true }



[tool.poetry.dev-dependencies]
Expand All @@ -44,7 +45,7 @@ toml = "^0.10.0"
darglint = "^0.5.7"

[tool.poetry.extras]
doc = ["sphinx", "sphinx_rtd_theme", "toml"]
doc = ["sphinx", "sphinx_rtd_theme"]

[tool.poetry.scripts]
simplecalc = "simplecalc.cli:simplecalc"
Expand Down

0 comments on commit 2f73549

Please sign in to comment.