Skip to content

Commit b2974ec

Browse files
committed
[IMP] Update version to 1.0.0
1 parent fc358b3 commit b2974ec

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.0.0
4+
5+
- [NEW] Add constrain method snippet (thanks [@elmerdpadilla](https://github.com/elmerdpadilla))
6+
- [FIX] HTML to Html field constructor (thanks [@oscars8a](https://github.com/oscars8a))
7+
38
## 0.9.0
49

510
- [NEW] Add unlink method snippet

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2019 Michell Stuttgart
3+
Copyright (c) 2018-2020 Michell Stuttgart
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ See [changelog](CHANGELOG.md).
141141

142142
This snippets are based in [odoo-pycharm-templates](https://github.com/mohamedmagdy/odoo-pycharm-templates) project.
143143

144-
Copyright (C) 2018-2019 by Michell Stuttgart
144+
Copyright (C) 2018-2020 by Michell Stuttgart

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo-snippets",
33
"displayName": "Odoo Code Snippets",
44
"description": "This snippets can help you to develop Odoo modules faster and with no Typing Errors.",
5-
"version": "0.9.0",
5+
"version": "1.0.0",
66
"license": "SEE LICENSE IN LICENSE",
77
"publisher": "mstuttgart",
88
"author": {

0 commit comments

Comments
 (0)