Skip to content

Commit

Permalink
🔖 bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Jan 13, 2021
1 parent 0ae80f2 commit 1d0287d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
commit = False
tag = False
current_version = 0.1.0
current_version = 1.0.0

[bumpversion:file:README.rst]

[bumpversion:file:README.NL.rst]

[bumpversion:file:package.json]
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
Change history
==============

t.b.d.
1.0.0 (2021-01-13)
------------------

🎉 First release of Objects API.
2 changes: 1 addition & 1 deletion README.NL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Objecten API
============

:Version: 0.1.0
:Version: 1.0.0
:Source: https://github.com/maykinmedia/objecttypes-api
:Keywords: objecten, assets, zaakobjecten

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Objects API
===========

:Version: 0.1.0
:Version: 1.0.0
:Source: https://github.com/maykinmedia/objects-api
:Keywords: objects, assets, zaakobjecten

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objects",
"version": "0.1.0",
"version": "1.0.0",
"description": "objects project",
"main": "src/static/objects/js/objects.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Objects API
url: 'http://github.com/maykinmedia/objects-api.git'
softwareType: standalone/backend
softwareVersion: 0.1.0
softwareVersion: 1.0.0
releaseDate: '2020-11-27'
logo: 'https://github.com/maykinmedia/objects-api/blob/master/docs/logo.png'
platforms:
Expand Down
2 changes: 1 addition & 1 deletion src/objects/conf/api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from vng_api_common.conf.api import * # noqa - imports white-listed

API_VERSION = "0.1.0"
API_VERSION = "1.0.0"


# api settings
Expand Down
2 changes: 1 addition & 1 deletion src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ info:
\ privacy laws.\n\n# Authorizations\n\nThe API uses API-tokens that grant certain\
\ permissions. The API-token is\npassed via a header, like this: `Authorization:\
\ Token <token>`\n"
version: 0.1.0
version: 1.0.0
security:
- Token: []
paths:
Expand Down

0 comments on commit 1d0287d

Please sign in to comment.