Skip to content

Commit

Permalink
Prep for PyPi 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinS committed Apr 9, 2017
1 parent d9ea1ec commit eb78ddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the Sandcastle script will be documented in this file.

## 1.2.1 – 2017-04-09
- Sandcastle is being packaged and published on PyPi; this version is used for compatibility purposes.

## 1.2.0 – 2017-04-09
- Sandcastle now supports the `-f` argument (text file)
* The script defaults to `bucket-names.txt` if one is not given
Expand Down
2 changes: 1 addition & 1 deletion sandcastle.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
_\ \/ _ `/ _ \/ _ / __/ _ `(_-</ __/ / -_)
/___/\_,_/_//_/\_,_/\__/\_,_/___/\__/_/\__/
S3 bucket enumeration // release v1.2.0 // ysx
S3 bucket enumeration // release v1.2.1 // ysx
"""
# Receive – target stem and argument check
targetStem = ""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from distutils.core import setup
setup(
name = 'sandcastle',
version = '1.2.0',
version = '1.2.1',
description = 'A Python script for AWS S3 bucket enumeration.',
author = 'Yasin Soliman',
author_email = '[email protected]',
scripts=['sandcastle'],
url = 'https://github.com/yasinS/sandcastle',
download_url = 'https://github.com/yasinS/sandcastle/archive/1.2.0.tar.gz',
download_url = 'https://github.com/yasinS/sandcastle/archive/1.2.1.tar.gz',
keywords = ['amazons3', 'infosec', 'bucket'],
classifiers = [],
)

0 comments on commit eb78ddc

Please sign in to comment.