Skip to content

Commit 8501e09

Browse files
committed
🔖 Realse 1.1.0
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
1 parent 060a4d7 commit 8501e09

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.gitmoji-changelogrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"project": {
33
"name": "recod_erpnext_design",
44
"description": "ERPNext application to provide new sample print formats and overall design for ERPNext.",
5-
"version": "1.0.0"
5+
"version": "1.1.0"
66
}
77
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
<a name="1.1.0"></a>
4+
5+
## 1.1.0 (2020-07-15)
6+
7+
### Added
8+
9+
- 📈 Send coverage from docker \[[182b22b](https://github.com/Monogramm/recod_erpnext_design/commit/182b22b1802d0b56963ae60da872797a113fb7b1)]
10+
11+
### Changed
12+
13+
- 💄 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)]
14+
15+
### Fixed
16+
17+
- 💚 Upgrade Travis linux to 18.04 \[[839e9b8](https://github.com/Monogramm/recod_erpnext_design/commit/839e9b8bdb6cbcc607a58223aed90816496d7a58)]
18+
19+
### Security
20+
21+
- 🔒 Upgrade mem dependency \[[6f0886a](https://github.com/Monogramm/recod_erpnext_design/commit/6f0886aeae3aaafb7e40316132ab6dc23c051438)]
22+
323
<a name="1.0.0"></a>
424

525
## 1.0.0 (2020-05-20)

recod_erpnext_design/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '1.0.0'
4+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)