Skip to content

Commit

Permalink
fixed issues #42, #43, #44
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrantBot committed Mar 1, 2018
1 parent 3c99ca8 commit d7ac1cf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.2] - unreleased
### Changed
- Project ownership
- Updated homepage links to new project owner
- Updated license references to new project owner

## [1.1.1] - 2018-02-28
### Added
- Maintenance status badge on README.md
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.

Please note we have a [code of conduct](https://github.com/errantbot/hodl/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
Please note we have a [code of conduct](https://github.com/netevert/hodl/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

## Pull Request Process

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 errantbot
Copyright (c) 2017 netevert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
![Icon](https://github.com/errantbot/hodl/blob/dev/docs/icon.png)
![Icon](https://github.com/netevert/hodl/blob/master/docs/icon.png)
=================================================================
[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
[![PyPI](https://img.shields.io/pypi/v/hodl.svg)](https://pypi.python.org/pypi/hodl)
[![PyPI](https://img.shields.io/pypi/status/hodl.svg)](https://pypi.python.org/pypi/hodl)
[![PyPI](https://img.shields.io/pypi/pyversions/hodl.svg)](https://pypi.python.org/pypi/hodl)
[![Build Status](https://travis-ci.org/errantbot/hodl.svg?branch=master)](https://travis-ci.org/errantbot/hodl)
[![Coverage Status](https://coveralls.io/repos/github/errantbot/hodl/badge.svg?branch=master)](https://coveralls.io/github/errantbot/hodl?branch=master)
[![Donations](https://img.shields.io/badge/donate-bitcoin-orange.svg?logo=bitcoin)](https://github.com/errantbot/hodl/tree/master#donations)
[![Build Status](https://travis-ci.org/netevert/hodl.svg?branch=master)](https://travis-ci.org/netevert/hodl)
[![Coverage Status](https://coveralls.io/repos/github/netevert/hodl/badge.svg?branch=master)](https://coveralls.io/github/netevert/hodl?branch=master)
[![Donations](https://img.shields.io/badge/donate-bitcoin-orange.svg?logo=bitcoin)](https://github.com/netevert/hodl/blob/master/README.md#donations)

HODL is your friendly, no-nonsense tool to instantaneously check
cryptocurrency prices on the command line, helping you HODL one day at a
Expand All @@ -15,7 +15,7 @@ time :)

Running HODL is easy:

![Demo](https://github.com/errantbot/hodl/blob/master/docs/demo.gif)
![Demo](https://github.com/netevert/hodl/blob/master/docs/demo.gif)

Installation
============
Expand Down Expand Up @@ -76,10 +76,10 @@ to check what\'s in the development pipeline.
Bugs/Requests/Contributing
==========================

Please use the [GitHub issue tracker](https://github.com/errantbot/hodl/issues) to submit bugs or request
Please use the [GitHub issue tracker](https://github.com/netevert/hodl/issues) to submit bugs or request
features.

To contribute please consult the [contribution guide](https://github.com/errantbot/hodl/blob/master/CONTRIBUTING.md).
To contribute please consult the [contribution guide](https://github.com/netevert/hodl/blob/master/CONTRIBUTING.md).

License
=======
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
prices on the command line, helping you HODL one day at a time :)
Please visit the project's main documentation page, found at:
https://github.com/errantbot/hodl
https://github.com/netevert/hodl
"""

setup(
name='hodl',
version='1.1.1',
version='1.1.2',
# You can just specify package directories manually here if your project is
# simple. Or you can use find_packages().
#
Expand All @@ -29,10 +29,10 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'venv']),
install_requires=['colorama'], # Required,

url='https://github.com/errantbot/hodl',
url='https://github.com/netevert/hodl',
license='MIT',
author='errantbot',
author_email='errantbot@tutanota.com',
author='netevert',
author_email='netevert@protonmail.com',
description='A friendly, no-nonsense tool to instantaneously check '
'cryptocurrency prices.',
# This is an optional longer description of your project that represents
Expand Down

0 comments on commit d7ac1cf

Please sign in to comment.