Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Release version 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Themimitoof committed May 29, 2019
1 parent c5a22c9 commit fc62b76
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.0.0
-----

/!\ This version is considered as unstable! Please consider this release as a PoC before
creating cool features /!\

- Create a first version of the frontend
- Create a REST API for almost all features
- Create synchronous WHOIS, IPCalc and MAC OUI lookup tools
- Create a first version of asynchronous operation system (not complete, consider it as a PoC)
- Create the base of Netwark

0.0
---

Expand Down
2 changes: 1 addition & 1 deletion netwark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
log = logging.getLogger(__name__)
celery_app = Celery(include=['netwark.backend.tasks'])

__VERSION__ = '0.1.0'
__VERSION__ = '1.0.0'


def main(global_config, **settings):
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": "netwark",
"version": "0.1.0",
"version": "1.0.0",
"description": "# Getting Started - Create a Python virtual environment.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netwark"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["Michael Vieira <contact+dev[âT]mvieira[d¤T]fr>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='netwark',
version='0.1.0',
version='1.0.0',
description='netwark',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit fc62b76

Please sign in to comment.