Skip to content

Commit

Permalink
Cleaned up and ready for version v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Nov 17, 2019
1 parent 5593119 commit a20461c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
## [v1.1] - 2019-11-17

### Added

Expand Down
2 changes: 1 addition & 1 deletion PyStalk.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""This script get the exif data from photos
and plots the gps coordinates on a map """
and creates graphs from the metadata"""

import argparse
import os
Expand Down
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![GitHub](https://img.shields.io/github/license/jwhite1st/pystalk?style=plastic)](https://github.com/jwhite1st/PyStalk/blob/master/LICENSE)

Master Branch
![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/jwhite1st/pystalk/master?label=Master%20Build&style=plastic) [![coverage report](https://gitlab.com/jwhite1st/pystalk/badges/master/coverage.svg)](https://gitlab.com/jwhite1st/pystalk/commits/master)
Develop Branch
Master Branch
![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/jwhite1st/pystalk/master?label=Master%20Build&style=plastic) [![coverage report](https://gitlab.com/jwhite1st/pystalk/badges/master/coverage.svg)](https://gitlab.com/jwhite1st/pystalk/commits/master)
Develop Branch
![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/jwhite1st/pystalk/develop?label=Develop%20Build&style=plastic) [![coverage report](https://gitlab.com/jwhite1st/pystalk/badges/develop/coverage.svg)](https://gitlab.com/jwhite1st/pystalk/commits/develop)

## About
Expand Down Expand Up @@ -40,7 +40,7 @@ python PyStalk.py <Path to files>
- Ability to choose the graphs used
- Possible PyPi package (??)
- Possible web scrapper for images
- Or import for a current one
- Or import from a current one

## Disclaimer

Expand Down

0 comments on commit a20461c

Please sign in to comment.