Skip to content

Commit

Permalink
Up 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 3, 2023
1 parent d5900aa commit b81e988
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.3
---
2023-12-03

- Added factories.
- Improved documentation.

0.2
---
2023-12-01
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Update version ONLY here
VERSION := 0.2
VERSION := 0.3
SHELL := /bin/bash
# Makefile for project
VENV := ~/.virtualenvs/fake.py/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)

__title__ = "fake.py"
__version__ = "0.2"
__version__ = "0.3"
__author__ = "Artur Barseghyan <artur.barseghyan@gmail.com>"
__copyright__ = "2023 Artur Barseghyan"
__license__ = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fake.py"
description = "Minimalistic, standalone alternative fake data generator with no dependencies."
readme = "README.rst"
version = "0.2"
version = "0.3"
dependencies = []
authors = [
{name = "Artur Barseghyan", email = "artur.barseghyan@gmail.com"},
Expand Down Expand Up @@ -134,7 +134,7 @@ ignore-path = [
]

[tool.pytest.ini_options]
minversion = "0.2"
minversion = "0.3"
addopts = [
"-ra",
"-vvv",
Expand Down

0 comments on commit b81e988

Please sign in to comment.