Skip to content

Commit

Permalink
Merge pull request #20 from h4ndzdatm0ld/release-v0.1.5
Browse files Browse the repository at this point in the history
Release-v0.1.5
  • Loading branch information
h4ndzdatm0ld committed Aug 24, 2021
2 parents c47e5cf + 2610454 commit 58fa1e5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5] - 2021-24-12

### Added

- Full Test Coverage
- Project restructure
- Docker/Docker-Compose for local project testing, linting, etc.
- Github Actions updates
- Documentation
- Added Changelog
- Created a develop branch as default
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "ttp_sros_parser"
version = "0.0.2"
version = "0.1.5"
description = "Utility to parse a full SROS Configuration."
authors = ["Hugo <hugotinoco@icloud.com>"]
readme = "README.md"
repository = "https://github.com/h4ndzdatm0ld/ttp_sros_parser"
keywords = ["sros", "ttp", "ttp-templates", "network automation", "nokia", "7750"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
2 changes: 1 addition & 1 deletion ttp_sros_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""TTP SROS Parser."""
__version__ = "0.1.0"
__version__ = "0.1.5"

0 comments on commit 58fa1e5

Please sign in to comment.