Skip to content

Commit

Permalink
v 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfavre committed Apr 20, 2023
1 parent 50049a6 commit c66ffc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2022-03-10

## [1.4.0] - 2022-04-20
# Changed
- Invoice generation in a single step, using vue


## [1.3.0] - 2022-03-10
# Changed
- Client creation using vue.
- Deletion of companies is now possible even with invoices.
Expand Down
2 changes: 1 addition & 1 deletion beyondtheadmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.4.0"
__version_info__ = tuple(
[int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")]
)

0 comments on commit c66ffc1

Please sign in to comment.