Skip to content

Commit

Permalink
Moving poetry usage to main release instead of pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Aug 28, 2021
1 parent ee5b165 commit bc18bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 1.5.0
-------------

- [#436](https://github.com/PyCQA/prospector/pull/436) Swapped out packaging to use poetry instead of setup.py and setuptools

Version 1.4.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prospector"
version = "1.5.0.dev2"
version = "1.5.0"
description = ""
authors = ["Carl Crowder <git@carlcrowder.com>"]
maintainers = ["Carl Crowder <git@carlcrowder.com>",
Expand Down

0 comments on commit bc18bf0

Please sign in to comment.