We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2d0d3 commit ce7555eCopy full SHA for ce7555e
CHANGES.md
@@ -1,4 +1,4 @@
1
-## Changes in 0.1.3 (in development)
+## Changes in 0.1.3
2
* Fixed checking of response validity
3
4
## Changes in 0.1.2
doors_stores/version.py
@@ -19,4 +19,4 @@
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
# SOFTWARE.
21
22
-version = '0.1.3.dev0'
+version = '0.1.3'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "doors_stores"
7
-version = "0.1.3.dev0"
+version = "0.1.3"
8
authors = [
9
{ name="Tonio Fincke" },
10
]
0 commit comments