Skip to content

Commit

Permalink
"Upcoming release is beta"
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Apr 17, 2024
1 parent 36e293b commit c7aad3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

2.0.dev0 (unreleased)
---------------------
2.0b1 (unreleased)
------------------

- Introduce base class to allow more flexible subclassing for export.
[jensens]
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ ignore =
profile = black
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2
lines_after_imports = 2

[zest.releaser]
create-wheel = yes
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os


version = "2.0.dev0"
version = "2.0b1.dev0"
shortdesc = "Orders persistence and backoffice UI for bda.plone.shop"
longdesc = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
longdesc += open(os.path.join(os.path.dirname(__file__), "CHANGES.rst")).read()
Expand Down

0 comments on commit c7aad3b

Please sign in to comment.