Skip to content

Commit

Permalink
🔖 Realse 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Jul 15, 2020
1 parent 060a4d7 commit 8501e09
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmoji-changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"project": {
"name": "recod_erpnext_design",
"description": "ERPNext application to provide new sample print formats and overall design for ERPNext.",
"version": "1.0.0"
"version": "1.1.0"
}
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

<a name="1.1.0"></a>

## 1.1.0 (2020-07-15)

### Added

- 📈 Send coverage from docker \[[182b22b](https://github.com/Monogramm/recod_erpnext_design/commit/182b22b1802d0b56963ae60da872797a113fb7b1)]

### Changed

- 💄 Beautify Print Formats and add Terms And conditions ([#4](https://github.com/Monogramm/recod_erpnext_design/issues/4)) \[[060a4d7](https://github.com/Monogramm/recod_erpnext_design/commit/060a4d786d152c8ff815cab4a0eb774aafaba98a)]

### Fixed

- 💚 Upgrade Travis linux to 18.04 \[[839e9b8](https://github.com/Monogramm/recod_erpnext_design/commit/839e9b8bdb6cbcc607a58223aed90816496d7a58)]

### Security

- 🔒 Upgrade mem dependency \[[6f0886a](https://github.com/Monogramm/recod_erpnext_design/commit/6f0886aeae3aaafb7e40316132ab6dc23c051438)]

<a name="1.0.0"></a>

## 1.0.0 (2020-05-20)
Expand Down
2 changes: 1 addition & 1 deletion recod_erpnext_design/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 8501e09

Please sign in to comment.